ListVectorPlot
Wolfram Kernel
Execution environment
Plot the vector field interpolated from a specified set of vectors
ListVectorPlot[Table[{y, -x}, {x, -3, 3, 0.2}, {y, -3, 3, 0.2}]]
It provides the same options as VectorPlot
Plot the vector field interpolated from a specified set of vectors
ListVectorPlot[Table[{y, -x}, {x, -3, 3, 0.2}, {y, -3, 3, 0.2}]]
It provides the same options as VectorPlot